home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_477 / irmaster / irc.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  948b  |  28 lines

  1. /*------------------------------ i r c . h ---------------------------------*/
  2. /* Include files and variable definitions for irc.c                         */
  3. /*--------------------------------------------------------------------------*/
  4.  
  5. #include "stdio.h"
  6. #include "stdlib.h"   /* Contains alloc() and free() definitions. */
  7. #include "workbench/workbench.h"
  8. #define INTUITIONPRIVATE   /* Allow access to private parts of IntuitionBase. */
  9. #include "intuition/intuitionbase.h"
  10. #include "graphics/gfxbase.h"
  11. #include "graphics/rastport.h"
  12. #include "proto/all.h"  /* Do I really need this? */
  13. #include "exec/execbase.h"
  14. #include "exec/exec.h"
  15. #include <exec/types.h>
  16. #include <exec/tasks.h>
  17. #include <exec/interrupts.h>
  18. #include <exec/memory.h>
  19. #include "hardware/intbits.h"
  20. #include "hardware/custom.h"
  21. #include <hardware/cia.h>
  22. #include <resources/cia.h>
  23. #include "workbench/startup.h"
  24. #include "string.h"
  25. #include "signal.h"
  26. #include "VERSION.h"
  27.  
  28.